projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e95234
)
(init_callproc): Check Vinstallation_directory even if !initialized.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 6 Jun 1998 22:04:07 +0000
(22:04 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 6 Jun 1998 22:04:07 +0000
(22:04 +0000)
src/callproc.c
patch
|
blob
|
history
diff --git
a/src/callproc.c
b/src/callproc.c
index 4cd7dcfeda10b66ec79a24b91b52a5fe72c12e20..a49da6dde3c0a40ae11d3ed14200ad79c76382f8 100644
(file)
--- a/
src/callproc.c
+++ b/
src/callproc.c
@@
-1242,7
+1242,7
@@
init_callproc ()
register char * sh;
Lisp_Object tempdir;
- if (
initialized &&
!NILP (Vinstallation_directory))
+ if (!NILP (Vinstallation_directory))
{
/* Add to the path the lib-src subdir of the installation dir. */
Lisp_Object tem;